home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr04 / ang141b.zip / TARGET.DOC < prev    next >
Text File  |  1995-02-07  |  4KB  |  73 lines

  1.   Targetting code allows you to "lock phasers" onto a monster or a location.
  2. It allows you to fire spells/aim wands/shoot arrows/etc at something without
  3. being "lined up" with it.  It also is convenient if you are going to fire
  4. many arrows/magic missiles/etc at one target.  I added in Chris Wilde's
  5. targetting code from Morgul for convenience, and to make the code slightly
  6. more fair to players -- monsters can cast spells when not "in line"
  7. with you, now the player can cast them back.
  8.  
  9.   To use it, start by using the '*' command.  This is a "free turn" command,
  10. and so you don't have to worry about making a mistake, and costing your
  11. character an important round.  If there are any monsters visible, and in
  12. range, then the targetting code will start by going through them.  At
  13. this point, you can hit 'r' to see more info about the monster, or
  14. either 't' or '.' to select that monster as the target.  Or you can
  15. type 'l' to tell the targetting code that you wish to aim at a location,
  16. rather than at a monster.  Hitting ESC will abort targetting, turning
  17. off any pre-existing target.  Any other key will move through the monsters
  18. available.
  19.  
  20.   If there are no monsters in sight, or you've cycled through them all,
  21. it will then move the cursor to your character, from where you can use the
  22. cursor keys to move it to the desired location, and then hit 't' or '.'
  23. to select the current cursor location as the target.  Hitting ESC will
  24. abort targetting and turn off any pre-existing target.
  25.  
  26.   Once you have selected a target, you can cast spells, throw things,
  27. shoot arrows, zap wands, etc.  All of these will automatically be fired
  28. at the current target, without bothering you to ask what direction.  This
  29. is why I say that targetting can be convenient if you are going to fire
  30. a lot of arrows/magic missiles/etc at something.
  31.  
  32.   Another benefit of targetting is that "ball spells" will now bypass
  33. intervening monsters to reach the target, like monster's breath weapons
  34. and ball spells do to reach you.  This is another way in which targetting
  35. makes Angband fairer to the player.
  36.  
  37.   If you target on a monster, then the target will move with that monster.
  38. If you've targetted a location, even if there was a monster at that
  39. location, the target stays at that location.
  40.  
  41.   If you were targetting a monster, and the monster dies, then targetting is
  42. automatically turned-off.  If you were targetting a location, and no longer
  43. wish to target there anymore, you must turn off targetting manually, by
  44. using the '*' command and hitting ESC.
  45.  
  46.   One further point:  If you are targetting, and cannot see your target,
  47. then you will have to aim manually, in one of the 8 directions.  This
  48. could happen if the target is out of range, or if you've phase door-ed
  49. away, and there is now a wall between you and your target, or, if you
  50. were targetting a monster, if you cannot see that monster at the moment.
  51. This does not turn off targetting, merely suspends it.  So, when you
  52. can see your target again, targetting will work as before.
  53.  
  54.   A final note:  I have still been unable to reach Chris Wilde to formally
  55. ask his permission to use his targetting code.  (All of the email addresses
  56. that I've tried seem to be outdated).  So I am technically violating his
  57. copyright to use his code.  I have tried to give him full credit for the
  58. targetting code, and I do not think he will refuse permission to use the
  59. code once I do ask him, but it _IS_ within his rights.  If that happens,
  60. I will have to remove the targetting code altogether from Angband, since
  61. the code is all based directly on his code.
  62.  
  63.     Chuck
  64. --
  65. Charles F. Teague II  Net:cteague@cs.umb.edu  Real:33 Sidney Ave, Lynn MA 01902
  66. +------------------------------------+-----------------------+----------------+
  67. | Computers are so powerful because  | "Don't do what I SAY, | 'lush' CS 1993 |
  68. | they do whatever you tell them to. |  do what I mean!!!!"  | TKE-zm sn 603  |
  69. +------------------------------------+-----------------------+----------------+
  70. Hi!  I'm a replicating .sig virus!  Join in the fun and copy me into yours!
  71.  
  72.  
  73.